Skip to content

fuchunhui/veui-theme-blue

 
 

Repository files navigation

veui-theme-blue

blue theme for veui, this is a vue.js project.

veui-theme-blue

Usage

Installation

npm install veui-theme-blue --save

Load base styles for VEUI

There are two ways to load the base stylesheet:

  1. Direct import in JavaScript
import 'veui-theme-blue/common.less'
  1. Import from a <style> block in a .vue file
<style lang="less" src="veui-theme-blue/common.less"></style>

<!-- OR -->

<style lang="less">
@import "~veui-theme-blue/common.less"
</style>

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

a theme for VEUI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Less 61.4%
  • JavaScript 38.5%
  • Other 0.1%